/****************************  ****************************/

.banner {
    position: relative;
    background: #fff;
}

.banner .item {
    height: auto;
}

.banner .slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .slider-nav .item.c1 {
    background: rgba(210, 115, 115, 0.70);
}

.banner .slider-nav .item.c2 {
    background: rgba(128, 154, 20, .6);
}

.banner .slider-nav .item.c3 {
    background: rgba(0, 83, 186, .5);
}

.banner .slider-nav .txt-box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}

.banner .slider-nav .pic {
    float: left;
    max-width: 124px;
}

.banner .slider-nav .txt {
    margin-left: 140px;
    color: #fff;
}

.banner .slider-nav .title {
    font-size: 16px;
    font-weight: bold;
    height:50px;
    margin: 8px 0;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.banner .slider-nav .description {
    opacity: 0.9;
    height: 45px;
    overflow: hidden;
}


/****************************  ****************************/

.about-sect {
    padding: 54px 0 60px;
    text-align: center;
}

.about-content {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
}

.about-sect .sect-title {
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../image/about_title.png) no-repeat;
    overflow: hidden;
    width: 112px;
    height: 112px;
    margin: 0 auto 10px;
}


/****************************  ****************************/

.service-content {
    background: url(../image/service_bg.jpg) no-repeat 100% 0;
    background-size: cover;
    padding: 40px 45% 50px 6%;
    margin: 0 -15px;
}

.service-sect .sect-title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.service-sect .txt {
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 30px 5%;
    text-shadow: 1px 1px 3px #616161;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 0.8;
}


/****************************  ****************************/

.products-sect {
    padding: 60px 0 20px;
}

.products-sect .btn.more {
    width: 68px;
    line-height: 18px;
    background: #0052B8;
    color: #fff;
    font-size: 12px;
    display: block;
    margin: 0 auto 4px;
    transition: all .2s;
}

.products-sect .btn.more:hover {
    background: #333;
    transition: all .2s;
}

.products-sect .sect-title {
    margin: 0 0 25px;
    letter-spacing: 2px;
}

.products-sect .sect-title .txt {
    font-size: 25px;
    text-align: center;
    color: #212121;
}

.products-list {
    margin: 0 -15px;
}

.products-list .item {
    width: 25%;
    padding: 0 15px;
}

.products-list li:nth-child(4n+1) {
    clear: left;
}

.products-list .box {
    max-width: 320px;
    margin: 0 auto 40px;
    text-align: center;
}

.products-list .pic {
    border: 1px solid #f5f5f5;
    position: relative;
    overflow: hidden;
    transition: all .2s;
    display: inline-block;
}

.products-list .box:hover .pic {
    opacity: 0.7;
    transition: all .2s;
}

.products-list .txt {
    padding: 10px 0px;
}

.products-list .name {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;*/
}

.products-list .box:hover .name {
    color: #0052B8;
}


/****************************  ****************************/

.news-sect {
    padding: 45px 0;
    background: url('../image/news_bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-sect .sect-title {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.news-sect .btn.more {
    background: #333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    line-height: 40px;
    margin: 50px auto 0;
    display: block;
    transition: all .2s;
}

.news-sect .btn.more:hover {
    background: #000;
    transition: all .2s;
}

.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}

.news-list .item a {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    padding: 25px 20px 25px 130px;
    position: relative;
    transition: all .2s;
    top: 0;
}

.news-list .item a:hover {
    background: rgba(255, 255, 255, 0.8);
    transition: all .2s;
    top: -5px;
}

.news-list .date {
    left: 25px;
}

.news-list a:hover .date {
    color: #000;
}

.news-list .date {
    display: inline-block;
    color: #0052B8;
    font-family: å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei", å¾®è½¯é›…é»‘, ãƒ¡ã‚¤ãƒªã‚ª, "ë§‘ì€ ê³ ë”•", sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 36px;
    top: 50%;
    margin-top: -50px;
}

.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}

.news-list .title {
    color: #444;
    font-weight: bold;
}

.news-list a:hover .title {
    text-decoration: underline;
}

.news-list .description {
    height: 65px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list a:hover .description {
    color: #444;
}


/****************************  ****************************/

.links-sect {
    padding: 40px 0;
    border-top: 5px solid #0052B8;
}

.links-sect .btn.more {
    width: 68px;
    line-height: 18px;
    background: #0052B8;
    color: #fff;
    font-size: 12px;
    display: block;
    margin: 0 auto 4px;
    transition: all .2s;
}

.links-sect .btn.more:hover {
    background: #333;
    transition: all .2s;
}

.links-sect .sect-title {
    margin: 0 0 25px;
    letter-spacing: 2px;
}

.links-sect .sect-title .txt {
    font-size: 25px;
    text-align: center;
    color: #212121;
}

.links-list {
    margin: 0 -15px;
}

.links-list li:nth-child(4n+1) {
    clear: left;
}

.links-list .item {
    width: 25%;
    padding: 0 15px;
}

.links-list .item a {
    margin: 0 auto 20px;
    max-width: 400px;
    background: #fff;
    transition: all .2s;
    box-sizing: border-box;
}

.links-list .item a:hover {
    transition: all .2s;
    border-color: #999;
    background: rgba(200, 200, 200, 0.05);
}

.links-list .pic {
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.links-list a:hover .pic {
    border-color: #B87F5F;
    transition: all .2s;
}

.links-list .txt {
    padding: 10px 15px;
}

.links-list .name {
    color: #444;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .2s;
}

.links-list a:hover .name {
    color: #0052B8;
    transition: all .2s;
}


/****************************  ****************************/

@media screen and (max-width: 1280px) {
    .banner .item {
        padding-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .banner .slider-nav {
        position: static;
        text-align: center;
    }
    .banner .slider-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner .slider-nav .txt {
        margin-left: 0;
    }
    .service-content {
        padding: 40px 6%;
    }
    .products-list .item {
        width: calc((100% / 3) - 0.1px);
    }
    .products-list li:nth-child(4n+1) {
        clear: none;
    }
    .products-list li:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1024px) {
    .news-list .item {
        width: 100%;
        padding: 0 0 15px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider-nav .txt {
        display: none;
    }
    .products-list {
        margin: 0;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-list li:nth-child(2n+1) {
        clear: left;
    }
    .news-list .item a {
        padding: 15px 10px 15px 90px;
    }
    .news-list .date {
        font-size: 40px;
        left: 15px;
        margin-top: -34px;
    }
    .news-list .date small {
        font-size: 14px;
    }
    .service-content {
        background: url(../image/service_bg2.jpg) repeat-y 100% 0;
        background-size: 100%;
    }
    .service-sect .txt {
        background: rgba(0, 0, 0, 0.7);
    }
}

@media screen and (max-width: 480px) {
    .banner .slider-nav .txt-box {
        padding: 10px;
    }
    .products-list .item {
        width: 100%;
        padding: 0;
    }
    .links-list .item {
        width: 100%;
        padding: 0;
    }
    .links-list {
        margin: 0;
    }
}
